0fe5dfc5c7ba1b598c653d6330987bee6f41299f
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2023-10-30T18:51:11Z"
5  content="""
6 This is due to lookupkey passing each filename through `git ls-files`
7 in order to support absolute filepaths input. See 
8 [[!commit cfdfe4df6c8b3fe46bbc7afcc8274237a5b2ce2a]]
9
10 Made it only do that for absolute paths, which should make it at least
11 marginally faster than git-annex find. I would not expect it to be much
12 faster though, because git-annex find displaying a little more information
13 takes negligible CPU time really.
14 """]]